projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a45cd
)
Remove prefix "coding-system-" from coding system symbol names.
author
Kenichi Handa
<handa@m17n.org>
Wed, 26 Feb 1997 12:11:46 +0000
(12:11 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 26 Feb 1997 12:11:46 +0000
(12:11 +0000)
lisp/international/kkc.el
patch
|
blob
|
history
diff --git
a/lisp/international/kkc.el
b/lisp/international/kkc.el
index 35c8f3a863589f929a80b006be660faa967b007d..0262bd78d90df01d90cc20da72e00c810154c6da 100644
(file)
--- a/
lisp/international/kkc.el
+++ b/
lisp/international/kkc.el
@@
-58,7
+58,7
@@
This string is shown at mode line when users are in KKC mode.")
"Save initial setup code for KKC to a file specified by `kkc-init-file-name'"
(if (and kkc-init-file-flag
(not (eq kkc-init-file-flag t)))
- (let ((coding-system-for-write '
coding-system-
iso-2022-7))
+ (let ((coding-system-for-write 'iso-2022-7))
(write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache)
nil
kkc-init-file-name))))